projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f58b233
)
(tmm-add-prompt): Remove make-local-hook.
author
Pavel Janík
<Pavel@Janik.cz>
Sun, 25 Nov 2001 11:31:50 +0000
(11:31 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sun, 25 Nov 2001 11:31:50 +0000
(11:31 +0000)
lisp/tmm.el
patch
|
blob
|
history
diff --git
a/lisp/tmm.el
b/lisp/tmm.el
index 40462a1785ee5658441cbeb8ad480af25fb27ec4..6864f93fb86c5686bea9edc63d83d404d442cf0c 100644
(file)
--- a/
lisp/tmm.el
+++ b/
lisp/tmm.el
@@
-326,7
+326,6
@@
Stores a list of all the shortcuts in the free variable `tmm-short-cuts'."
(defun tmm-add-prompt ()
(remove-hook 'minibuffer-setup-hook 'tmm-add-prompt)
- (make-local-hook 'minibuffer-exit-hook)
(add-hook 'minibuffer-exit-hook 'tmm-delete-map nil t)
(let ((win (selected-window)))
(setq tmm-old-mb-map (tmm-define-keys t))